'Declaration Public Function EnumerateNonEmptyItems( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As IEnumerable(Of KeyValuePair(Of CellReference,T))
'Declaration
Public Function EnumerateNonEmptyItems( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer _ ) As IEnumerable(Of KeyValuePair(Of CellReference,T))
public IEnumerable<KeyValuePair<CellReference,T>> EnumerateNonEmptyItems( int row, int column, int row2, int column2 )
CellMatrix<T> クラス CellMatrix<T> メンバ
© MESCIUS inc. All rights reserved.